Skip to content

Update OSCAR submodule pointers for: feat(actions): add deploy and test workflow#131

Open
tyronechrisharris wants to merge 2 commits intoBotts-Innovative-Research:mainfrom
tyronechrisharris:jules-sync-23385079116
Open

Update OSCAR submodule pointers for: feat(actions): add deploy and test workflow#131
tyronechrisharris wants to merge 2 commits intoBotts-Innovative-Research:mainfrom
tyronechrisharris:jules-sync-23385079116

Conversation

@tyronechrisharris
Copy link
Copy Markdown
Collaborator

@tyronechrisharris tyronechrisharris commented Mar 21, 2026

This PR introduces a new GitHub Actions workflow (deploy-and-test.yml) designed to serve as an integration/sanity testing step.

Key features:

  • Triggers: Supports manual triggering (workflow_dispatch) and automated triggering after successful release builds (workflow_run bound to "Automated Build and Versioned Releases").
  • Artifacts: Fetches the newest valid oscar_*.zip generated by the primary build.
  • Deployment: Runs launch-all.sh in the background, which provisions the PostGIS environment and spins up the OSH node.
  • Testing: Performs basic HTTP polling tests on :8282/sensorhub/admin to ensure the program actually fully boots and routes HTTP traffic successfully.
  • Logging: Actively scoops Docker container logs (stalker containers) and OSH Node logs/ directory upon termination (success or fail) and attaches them to the Actions UI as viewable zip artifacts to aid troubleshooting.

This provides an iterative pipeline for PR development where code can be committed, an artifact generated, and then properly deployed/tested to catch configuration errors before reaching production.


PR created automatically by Jules for task 9368437361812389649 started by @tyronechrisharris


🔄 Auto-Distributed via Sync

Original Flat Repo PR: tyronechrisharris/oscar-flat#61

🔗 Related Updates in this Sync:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants